Skip to content

Fish Shell 安装

1 - 安装

通过包管理器安装 Fish Shell:

bash
# Ubuntu
sudo add-apt-repository ppa:fish-shell/release-4
sudo apt update
sudo apt install fish
# MacOS
brew install fish

Fisher: Fish Shell 的插件管理器

bash
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher

Released under the MIT License.